home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Haage_&_Partner / Storm-Projects / andExtra / wbstart2.c < prev   
Encoding:
C/C++ Source or Header  |  1999-08-26  |  132 b   |  9 lines

  1. #include <exec/types.h>
  2.  
  3. #include <wbstartup.h>
  4.  
  5. void main(int, char **);
  6.  
  7. void wbmain(struct WBStartup *WBStart) {
  8.     main(0,NULL);
  9. }